home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d27 / amac41b.arc / ALLMACRO.INF < prev    next >
Text File  |  1991-08-27  |  6KB  |  87 lines

  1.       AMAC41.ZIP QEdit Macros,  Written By Tom Hogshead             8/26/91
  2.       ─────────────────────────────────────────────────────────────────────
  3.  
  4.       AMAC41.ZIP contains over 250 QEdit macros.  More than 25 new macros
  5.       have been added in ver 4.1, including those in BOOKxx.QM using the
  6.       new technique of a "macro reading a macro" to significantly expand
  7.       QEdit macro buffer space, and new macros in BUFFxx.QM to access and
  8.       manipulate Scratch Buffers with the last accessed buffer name at the
  9.       request for buffer name prompt.
  10.  
  11.       The user is required to configure many of these macros to the
  12.       directory containing the AMAC files, then re-compile using QMAC.
  13.       AMACxx.ZIP is uploaded to CompuServe IBMAPP Lib 0 (Lib 1 after 30
  14.       days in Lib 0), Exec-PC (414-789-4210), and SemWare (404-641-8968).
  15.       Following macros are in AMAC41.ZIP:
  16.  
  17.    1. BOOKxx.QM are a series of macros to place () around selected words
  18.       in QEdit documents as bookmarks. Getting to a desired location in a
  19.       document and reading an unlimited number of macros is almost
  20.       instantaneous. Expands macro buffer space. See also JMPPOSxx.QM.
  21.    2. BUFF12.QM contains macros to access and manipulate Scratch Buffers   |
  22.       the same as StoreScrBuff, AppendScrBuff and GetScrBuff do except the |
  23.       last accessed buffer name is entered at the buffer name prompt.  All |
  24.       currently loaded Scratch Buffers may also be saved and reloaded at   |
  25.       the next edit session.                                               |
  26.    3. CENTxx.QM are QEdit macros to center lines/paragraphs/documents.
  27.    4. COMTxx.QM contains macros to comment and un-comment lines, blocks,
  28.       paragraphs, macros, C programs, and dBase lines. Also has macros to
  29.       insert and delete text at beginning of lines or blocks, macro to
  30.       speed up batch file running, and macros to make and remove boxes
  31.       surrounding text with any border.
  32.    5. DATExx.QM for Date in English 'March 9, 1991', not 'Sat 03-09-1991'
  33.       and Time in Standard '5:26 pm', not Military '17:26:37'.
  34.    6. DELSPxx.QM macros may be used to delete leading spaces from various
  35.       lines in the file currently being edited.
  36.    7. FILExx.QM QEdit macros allow the user to select files from a list to
  37.       either load, delete, read a macfile, save a read-only file, or save
  38.       files with the name either 09141025.EXT or file NAME.914. Spell
  39.       check macros with ShareSpell. Macros to save files without backups,
  40.       and delete and edit backups. Cursor position and scroll macros.
  41.    8. JMPPOS11 contains QEdit macros to provide an alternative to the
  42.       "bookmarking" macros in BOOKxx.QM. The JMPPOS macros allow the user
  43.       to set "Position Markers" at various points in a file, then jump
  44.       quickly to the next or previous position marker from anywhere in the
  45.       file or across files.
  46.    9. MACRxx.QM contains QEDIT macros to easily convert macros to and
  47.       from text/binary using QMAC.
  48.   10. MENUxx.QM is the beginning of a QEdit menuing system.
  49.   11. PAGExx.QM QEdit macros "paginate" documents and QMAC txtfiles so
  50.       page break locations can be seen and moved for better readability.
  51.   12. PAUSExx.QM macros make any portion of a QEdit macro marked as a
  52.       block a "single step" macro by entering a "pause" before the each
  53.       macro command in the block. Macros are included to revert a single
  54.       step macro to normal operation.
  55.   13. QLSTxx.QM contains macros that enables QEdit to load a list of files
  56.       from a FileList of unlimited length. These may be two of the broadly
  57.       most useful macros so far.
  58.   14. RFRMxx.QM contains macros to reformat QEDIT blocks, paragraphs and
  59.       documents. Asterisks can be added and deleted in front of lines or
  60.       blocks for commenting. Number of words in a document can be counted.
  61.       Deletes extra blank lines in documents. Capitalize first letter of
  62.       every word in block. Double and triple space documents. Left and
  63.       right justify blocks and documents.
  64.   15. RINGxx.QM macros emulate PC Magazine FILECTRL.COM enabling the user
  65.       to know what files are in the ring, in what order, and the
  66.       capability to load a file in the ring *without* having to nextfile
  67.       through the ring. Files may be loaded from a list of files at the
  68.       command line or from a Pick List of files in the ring while editing.
  69.   16. SIZExx.QM are QEdit macros that quickly shows the byte size of
  70.       MACROS. Size is added to the end of the macro with an asterisk in
  71.       column 1. See DSIZ.QM for macro to give directory sizes in
  72.       descending order.
  73.   17. SRCHxx.QM  are QEdit macros to search/replace and search only using
  74.       FGREP and MAXFIND. Only files containing the search text are loaded
  75.       automatically, and then the desired search/replace is performed.
  76.       Search/replace may be run from the command line or while editing
  77.       files. Search or search/replace may be also performed on ZIP files
  78.       without manually unzipping and rezipping.
  79.   18. TIMERxx.QM are macros enabling the user to measure execution time of
  80.       QEdit macro command sequences with unparalleled accuracy and
  81.       versatility.  Timing macro commands provides the capability to
  82.       optimize macros for speed. Relative speed of many commands are
  83.       compared.  The number of repeats can be timed from 1 to 100,000 for
  84.       different command sequences.
  85.   19. TOGLxx.QM contains QEdit macros to toggle Insert, AutoIndent,
  86.       WordWrap, EnterMatching and BoxDraw ON, and toggle Backups OFF.
  87.